testing.common.isSynctest (field)

9 uses

	testing (current package)
		testing.go#L647: 	isSynctest  bool
		testing.go#L1049: 	if !c.done && !c.isSynctest {
		testing.go#L1264: 	if c.isSynctest {
		testing.go#L1667: 	if t.isSynctest {
		testing.go#L1859: 			for root := &t.common; !root.isSynctest && root.parent != nil; root = root.parent {
		testing.go#L1949: 	if t.isSynctest {
		testing.go#L2041: 			isSynctest: true,
		testing.go#L2060: 	if t.isSynctest {
		testing.go#L2387: 	if t.isSynctest {